home *** CD-ROM | disk | FTP | other *** search
/ Game Audio Programming / GameAudioProgramming.iso / Extras / Dolby / DISK 2 / 02Resources.swf / scripts / DefineButton2_4 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-02-03  |  139 b   |  5 lines

  1. on(press){
  2.    startDrag(this,0,0,_parent.upperLimit * 1.1,0,_parent.lowerLimit - _parent.scrollBar._height);
  3.    this.gotoAndStop(2);
  4. }
  5.